toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.card
/
[jvm]CreditCards
Credit
Cards
interface
CreditCards
A data store for
credit cards
.
Members
Functions
add
Link copied to clipboard
abstract
fun
add
(
creditCard
:
CreditCard
)
:
String
Adds a new record to the credit card store.
all
Link copied to clipboard
abstract
fun
all
(
)
:
List
<
CreditCard
>
Returns all credit cards.
clear
Link copied to clipboard
abstract
fun
clear
(
)
Clears all records in the store.
remove
Link copied to clipboard
abstract
fun
remove
(
creditCard
:
CreditCard
)
Removes the credit from the store.